Draws a polygon specified by an array of points, using a specified pen.
シンタックス
'宣言
Public Overloads Sub DrawPolygon( _
ByVal () As System.Drawing.PointF, _
ByVal As Pen _
)
public void DrawPolygon(
System.Drawing.PointF[] ,
Pen
)
パラメータ
- points
- An array of points specifying the polygon.
- pen
- The pen to use.
参照